Conversation
…cycle plugin Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…e to-issues mapping Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…he gap Archon distributes workflows filesystem-only — no registry or community hub. Document that the Claude Code plugin marketplace is the delivery channel for unic-archon-dlc and that schema version drift is the plugin's responsibility. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Why: turn the unic-archon-dlc PRD into independently-grabbable tracer-bullet slices so AFK agents can execute the lifecycle plugin one vertical slice at a time. Slices cover scaffold/install (01–02), triage + tracker adapter (03), explore (04–05), plan (06–08), build (09–11), qa (12), cleanup (13), and README (14), each with explicit blocked_by edges and the unic-dlc- command prefix locked in. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Bridges our markdown issue format to Archon's prd.json so the existing archon-ralph-dag workflow can implement the 14 unic-archon-dlc slices without first having to build the plugin that would otherwise do this. Zero-dependency Node ESM with @ts-check + JSDoc, tested with node:test. Generated prd.json committed for traceability per the plan. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This reverts commit 275a014.
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
Move Status/Plugin/Category metadata to bolded lines after the H1, matching the Pattern A convention used by 9 of 15 PRDs in docs/issues/. Replaces the bare `Plugin: unic-archon-dlc` shorthand with the full `apps/claude-code/unic-archon-dlc` path and drops the placeholder `Specs: N/A` in favour of a `Category: plugin` line. Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…er and README deps Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…decision note in research Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…, clarify gate rejection Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
…ify cleanup ROADMAP criterion Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
docs(unic-archon-dlc): PRD, research, and 14-issue decomposition for Archon-powered DLC plugin
Track the .agents/ → agents/ rename fix and name: frontmatter addition needed to make pr-review plugin agents discoverable by Claude Code's agent auto-discovery system. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ugin agents Claude Code's agent auto-discovery scans agents/ (no dot prefix). The plugin used .agents/ (hidden dir), which was never scanned, causing "Agent type 'pr-review:ado-fetcher' not found" at runtime. Also adds name: frontmatter field to all five agent files to match the convention used by pr-review-toolkit (defensive hardening). Fixes: .agents/ → agents/ rename, name: field, CLAUDE.md layout, ADR 0013 correction, test path references, plugin-structure test suite. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
These implementation-notes files were untracked while hidden under .agents/ and got accidentally indexed during the rename. Remove them from the tree; the directory remains on disk for agent use. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
.agents/scratchpad/ → agents/scratchpad/ in .gitignore to match the renamed agents/ directory. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- plugin-structure.test.mjs: sort imports (organizeImports) - notices.test.mjs: @ts-ignore → @ts-expect-error (noTsIgnore) Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
- CLAUDE.md: fix remaining .agents/ → agents/ in Command conventions bullet (acceptance criteria gap) - plugin-structure.test.mjs: tighten frontmatter name check from includes() to line-anchored regex — prevents false pass on partial matches like 'name: ado-fetcher-extra' - ADR 0013: revert out-of-scope additions (status 'amended by 0016' and 2026-05-14 update paragraph) — those were pre-existing unstaged changes accidentally staged; they belong in a future PR that also commits ADR 0016 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fix(pr-review): rename .agents/ → agents/ so plugin agents are discoverable
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.